home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / NETPLEX0.ZIP / !Netplex / !Help / HTML / log < prev    next >
Text File  |  1996-11-04  |  3KB  |  54 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Netplex - Log Files</TITLE>
  5. </HEAD>
  6.  
  7. <BODY BGCOLOR=ffffff TEXT=000000 LINK=0000ff>
  8.  
  9. <H1><IMG SRC="images/world" ALIGN=ABSMIDDLE WIDTH=160 HEIGHT=63>Log File</H1>
  10. <HR>
  11.  
  12. <P>Netplex records the details of all connections made, the name of the machine that connected, what time it connected, what files were retreived, etc.  These details are written to a log file which is maintained on behalf of Netplex (and other applications) by a utility program called SysLog.  You should have received SysLog with your copy of Netplex.  For more information on SysLog, you should refer to its documentation.</P>
  13.  
  14. <P>Netplex's log file can be opened at any time simply by clicking ADJUST on the icon bar icon.  Each line in the log file is formatted like this :</P>
  15.  
  16. <PRE><CENTER><P>05 Oct 17:28:26 000 002 Connection from silver.netplex.net on port 1027</P></CENTER></PRE>
  17.  
  18. <P>To the left is the date and time that the log message was written.  The first number after that ('000') is the log level of the respective report.  With the default setup you will only see logs of 124 or less.  By adjusting the Netplex log level upwards (see the SysLog documentation) you will see progressively more and more detailed reports.</P>
  19.  
  20. <P>The next number ('002') is the socket number, by looking for the same number further along the log file you can see the progression of the request.  (The socket number may not always be present, for example with the Uptimes reports).</P>
  21.  
  22. <P>The logs are divided into six bands, each recording events at different levels of detail.  They are :</P>
  23.  
  24. <DL>
  25. <DT>000: Uptimes
  26. <DD>Records the times the server was started up and closed down.
  27. <DT>063: Who & What
  28. <DD>Records details of all connections made to the server, what files were served and what reports were generated.
  29. <DT>095: Server errors
  30. <DD>Records all serious errors the server has suffered.
  31. <DT>127: Client errors
  32. <DD>Records invalid requests made by clients.
  33. <DT>191: Received headers
  34. <DD>Records the entire header as received from the client.
  35. <DT>255: Sent headers
  36. <DD>Records the headers sent by the server.  (With CGI programs, no header or only a small header will be present).
  37. </DL>
  38.  
  39. <P>With the default setup, <I>Uptimes</I>, <I>Who & What</I> and <I>Server errors</I> will be active and the rest will be disabled.</P>
  40.  
  41. <P>The order of the information in the log file is not guaranteed, for example several headers could be mixed in with one another as Netplex parses them simultaneously.</P>
  42.  
  43. <HR>
  44.  
  45. <P><CENTER>
  46. <A HREF="status"><IMG SRC="buttons/bak" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Previous ]"></A>
  47. <A HREF="index"><IMG SRC="buttons/up" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Index ]"></A>
  48. <A HREF="info"><IMG SRC="buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A>
  49. </CENTER></P>
  50.  
  51. </BODY>
  52.  
  53. </HTML>
  54.